@charset "UTF-8";

/* Index */
.Index .bannerBox {
  height: auto;
  overflow: hidden;
  position: relative; }
  .Index .bannerBox .banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff; }
    .Index .bannerBox .banner .swiper-slide {
      position: relative;
      overflow: hidden;
      background: #fff; }
      .Index .bannerBox .banner .swiper-slide .text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1; }
      .Index .bannerBox .banner .swiper-slide img, .Index .bannerBox .banner .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .Index .bannerBox .banner .swiper-slide .text-box {
        width: 70%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        .Index .bannerBox .banner .swiper-slide .text-box h1 {
          font-size: 40px;
          color: #fff;
          line-height: 90px; }
        .Index .bannerBox .banner .swiper-slide .text-box p {
          font-size: 30px;
          color: #fff;
          line-height: 40px;
          letter-spacing: 2px; }
        .Index .bannerBox .banner .swiper-slide .text-box.text-l {
          text-align: left;
          top: 30%; }
        .Index .bannerBox .banner .swiper-slide .text-box.text-r {
          text-align: right;
          top: 28%; }
    .Index .bannerBox .banner .btn-prev:hover {
      left: 3%; }
    .Index .bannerBox .banner .btn-next {
      left: auto;
      right: 4%; }
      .Index .bannerBox .banner .btn-next:hover {
        right: 3%; }
    .Index .bannerBox .banner .slide-tips {
      display: block;
      width: 50px;
      height: 57px;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      bottom: 62px;
      z-index: 2; }
      .Index .bannerBox .banner .slide-tips .line {
        display: block;
        width: 2px;
        height: 32px;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 0;
        background: #fff;
        animation: a_banner_s_line 3s 0.3s linear both infinite;
        -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
        -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
        -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
        -o-animation: a_banner_s_line 3s 0.3s linear both infinite; }
      .Index .bannerBox .banner .slide-tips .txt {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 0;
        font-size: 14px;
        color: #fff;
        letter-spacing: 2px; }
  .Index .bannerBox .swiper-pagination {
    bottom: 50px;
    left: auto;
    right: 8%;
    text-align: right; }
  .Index .bannerBox .swiper-pagination-bullet {
    width: 78px;
    height: 2px;
    margin: 0 5px;
    background: #fff;
    border-radius: 0;
    transition: all .4s ease; }
  .Index .bannerBox .swiper-pagination-bullet-active {
    opacity: 1;
    height: 4px; }
  .Index .bannerBox .btn-prev, .Index .bannerBox .btn-next {
    position: absolute;
    left: 4%;
    top: 45%;
    z-index: 1;
    font-size: 70px;
    color: #fff;
    cursor: pointer;
    transition: all .4s ease; }
    .Index .bannerBox .btn-prev.swiper-button-disabled, .Index .bannerBox .btn-next.swiper-button-disabled {
      opacity: .5; }
  .Index .bannerBox .shares {
    width: 100%;
    overflow: hidden;
    padding: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
    .Index .bannerBox .shares .slide {
      height: 40px;
      overflow: hidden; }
      .Index .bannerBox .shares .slide .swiper-slide {
        display: flex;
        align-items: center; }
        .Index .bannerBox .shares .slide .swiper-slide .num {
          font-size: 26px;
          margin-right: 12px; }
          .Index .bannerBox .shares .slide .swiper-slide .num i {
            font-size: 22px;
            margin-right: 5px; }
          .Index .bannerBox .shares .slide .swiper-slide .num.up {
            color: #FF0022; }
          .Index .bannerBox .shares .slide .swiper-slide .num.down {
            color: #03A64D; }
        .Index .bannerBox .shares .slide .swiper-slide .name {
          font-size: 15px;
          color: #fff; }


  /* Index */
  .Index .bannerBox .shares {
    padding: 30px; }
    .Index .bannerBox .shares .slide {
      height: 40px; }
      .Index .bannerBox .shares .slide .swiper-slide .num {
        font-size: 20px;
        margin-right: 8px; }
        .Index .bannerBox .shares .slide .swiper-slide .num i {
          font-size: 16px;
          margin-right: 5px; }
      .Index .bannerBox .shares .slide .swiper-slide .name {
        font-size: 13px; }

/*!
 *  <=991 手机端
 */
@media (max-width: 991px) {
  .phoneShow {
    display: block !important; }

  .phoneHidden {
    display: none !important; }

  /* Index */
  .Index .bannerBox .shares {
    padding: .3rem; }
    .Index .bannerBox .shares .slide {
      height: .6rem; }
      .Index .bannerBox .shares .slide .swiper-slide {
        justify-content: center; }
        .Index .bannerBox .shares .slide .swiper-slide .num {
          font-size: .36rem;
          margin-right: .15rem; }
          .Index .bannerBox .shares .slide .swiper-slide .num i {
            font-size: .3rem;
            margin-right: .05rem; }
        .Index .bannerBox .shares .slide .swiper-slide .name {
          font-size: .26rem; }
  .Index .bannerBox .banner {
    height: auto; }
    .Index .bannerBox .banner .swiper-slide {
      position: relative;
      overflow: hidden; }
      .Index .bannerBox .banner .swiper-slide img {
        width: 100%;
        display: block; }
      .Index .bannerBox .banner .swiper-slide .text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1; }
      .Index .bannerBox .banner .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .Index .bannerBox .banner .swiper-slide .text-box {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 .4rem;
        text-align: center !important; }
        .Index .bannerBox .banner .swiper-slide .text-box h1 {
          font-size: .5rem;
          line-height: 1rem; }
        .Index .bannerBox .banner .swiper-slide .text-box p {
          font-size: .26rem;
          line-height: .5rem; }
        .Index .bannerBox .banner .swiper-slide .text-box.text-l {
          text-align: left;
          top: 30%; }
        .Index .bannerBox .banner .swiper-slide .text-box.text-r {
          text-align: right;
          top: 30%; }
    .Index .bannerBox .banner .slide-tips {
      display: block;
      width: 50px;
      height: 57px;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      bottom: 62px;
      z-index: 2; }
      .Index .bannerBox .banner .slide-tips .line {
        display: block;
        width: 2px;
        height: 32px;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 0;
        background: #fff;
        animation: a_banner_s_line 3s 0.3s linear both infinite;
        -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
        -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
        -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
        -o-animation: a_banner_s_line 3s 0.3s linear both infinite; }
      .Index .bannerBox .banner .slide-tips .txt {
        font-size: .26rem; }
}

/*# sourceMappingURL=style.css.map */
